-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add updating of soil moisture and soil temperature for Noah-MP to global_cycle #834
Add updating of soil moisture and soil temperature for Noah-MP to global_cycle #834
Conversation
switched mask to use smc not slc (as some restarts have valid slc, and invalid smc).
Set upd_stc and upd_slc from LSM.
…FS_UTILS into feature/AddNoahmpIncr
@ClaraDraper-NOAA I will look at this today. I can help with testing on machines you can't access. |
@WalterKolczynski-NOAA - This PR changes the global_cycle program's NAMCYC namelist. The LSM variable is being removed from that namelist. Does this change affect the global workflow? |
@GeorgeGayno-NOAA I don't think so. We're still using the |
I am getting Doxygen warnings in landincrements.f90 for undefined variables/arguments. I got rid of them as follows:
|
The |
I got the regression tests running on Jet and Orion. And I can run on WCOSS2 when the maintenance ends. |
May I check these changes into your branch? |
Yes, please do! I'm about to look at the unit test now. |
I don't have permission to push to your branch. The updated files (for Jet and Orion) are on Hera: |
I've pushed the updates to the jet and orion driver scripts. |
I've pushed these changes. |
@GeorgeGayno-NOAA I've updated the unit test code so that the old test now correctly runs. I'll update it tomorrow to test my newly added features (for Noah-MP). |
I ran the tests on WCOSS2. Find my script on Hera: |
@ClaraDraper-NOAA Just a few final checks before I merge. |
Running to a meeting now, but I have one more update to push (with a new unit test). It's running now, so I'll push it in an hour. |
I just pushed the updated unit test - from my end, it's ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
DESCRIPTION OF CHANGES:
Main changes:
Inputs for new test are on hera:
/scratch2/BMC/gsienkf/Clara.Draper/global_cycle_newtest/input_data_noahmp/
.../input_data/sfcincr_gsi can be deleted (everything else in that directory is still needed)
Example output for new test on hera:
/scratch2/BMC/gsienkf/Clara.Draper/global_cycle_newtest/baseline_data/c192.lndincsoilnoahmp
TESTS CONDUCTED:
All tests used abe5c94.
Also created the Doxygen on Hera. No warnings were noted.
DEPENDENCIES:
None
DOCUMENTATION:
None.
ISSUE:
Fixes #832
CONTRIBUTORS:
None.